home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / os2you27.zip / SZ.CMD < prev    next >
OS/2 REXX Batch file  |  1993-03-19  |  115b  |  10 lines

  1. @echo off
  2. if not exist %1 goto err
  3. M2Zmodem -f 1 -h -s %1
  4. goto end
  5. :err
  6. ECHO No files to transfer
  7. :end
  8.  
  9.  
  10.